Skip to content

chore(deps): update dependency loro-crdt to ^1.13.9 - #1841

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/loro-crdt-1-x
Aug 5, 2026
Merged

chore(deps): update dependency loro-crdt to ^1.13.9#1841
renovate[bot] merged 1 commit into
masterfrom
renovate/loro-crdt-1-x

Conversation

@renovate

@renovate renovate Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
loro-crdt (source) ^1.13.8^1.13.9 age confidence

Release Notes

loro-dev/loro (loro-crdt)

v1.13.9

Compare Source

Patch Changes
  • ddc47ec: Retreat the conservative replay base to the latest single-head critical
    version of the two versions' combined history instead of the beginning of
    history. When an import or checkout involves a genuinely concurrent branch,
    the causal replay now starts at the most recent point that no concurrency
    crosses (in the sense of Eg-walker's critical versions), skipping the
    fully-synced common prefix that the old empty-version fallback replayed.
  • ddc47ec: Fix a convergence bug where a movable tree's incrementally maintained state
    could diverge from a full replay of its own oplog. When newly imported
    operations were concurrent with part of the receiving peer's multi-head
    frontier, the diff mode was misclassified as concurrency-free and the tree
    fast path applied the new moves without adjudicating them against the
    existing concurrent branch. The classifier now verifies that every entry
    point of the imported region causally covers the whole current frontier,
    and otherwise retreats the replay base to the latest critical version so
    the competing branches are replayed together.
  • ddc47ec: Correct LCA unmatched-branch detection when an explicit dependency already
    covers the same peer's implicit predecessor. Keep those causally newer imports
    on the current replay base, and avoid rebuilding unchanged list-like containers
    when a genuinely concurrent update needs a conservative base containing a large
    common history.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) August 5, 2026 00:51
@renovate
renovate Bot merged commit 79e8e85 into master Aug 5, 2026
23 of 24 checks passed
@renovate
renovate Bot deleted the renovate/loro-crdt-1-x branch August 5, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants